/*arun css v1.0*/
.font-fam2{
	font-family: 'Kalam' !important;
}
.wellcome-heading>h2 {
    text-shadow: 1px 1px 15px rgba(0,0,0,0.6);
    font-size: 60px;
}
.navbar-brand img {
    width: 75px;
    box-shadow: 1px 1px 25px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.sticky .navbar-brand img {
    width: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.reflection-text div i{
	background: linear-gradient(135deg, rgba(197,51,100,1) 0%,rgba(98,39,116,1) 100%);;
}
.section-heading h2 span{
	font-family: 'Kalam';
	text-transform: capitalize;
}
.single-special .single-icon img {
    width: 75px;
    margin: auto;
}
#features .reflection-text div i,.subscribe-section .reflection-text div i,#download .reflection-text div i,
#statistics .reflection-text div i,#faq-section .reflection-text div i,.footer-contact-area .reflection-text div i{
	color:#fff !important;
}
.footer-text>h2,.evp-n{
	background: linear-gradient(135deg, rgba(236,50,55,1) 0%,rgba(0,0,0,1) 100%);
	-webkit-background-clip: text !important;
	display: inline-block;
	color: transparent;
}
.navbar-brand span {
    margin-left: 10px;
    text-shadow: 1px 1px 15px rgba(0,0,0,0.6);
}
.gallery a {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 0px 5px;
    height: 140px;
    margin-bottom: 10px;
}
.gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
footer {
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
}
.page-head{
    padding: 30px 0;
}
.page-head h2 {
    text-transform: capitalize;
}
.gallery.video-gallery a {
    width: 25%;
    height: 180px;
    position: relative;
    z-index: 1;
}
.gallery.video-gallery a:before {
    content: url(../img/play.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.7;
    z-index: 0;
}
.lg-backdrop{
    background: rgba(0,0,0,0.6);
}
.gallery.video-gallery a img {
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.title-h{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 26px;
}

/*event page*/
.select-style {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
}
.event-img{
    position: relative;
}
.event-img img {
    height: 185px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
}
.event-dt {
    background: #fff;
    position: absolute;
    top: 25px;
    left: 0px;
    padding: 7px 7px;
    text-align: center;
}
.event-dt h5,.event-dt h6{
    font-family: 'Open Sans', sans-serif;
}
.event-dt h5 {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 3px;
}
.event-dt h6{
    font-size: 13px;
    font-weight: 700;
    color: #ec3237; 
}
.event-box h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.event-box p {
    font-size: 14px;
}
.month-dtls {
    font-size: 13px;
    margin-bottom: 10px;
}
.month-dtls i{
    color: #6541c1;
}
.event-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.cm-calender td {
    padding: 7px 5px;
    font-size: 14px;
}
.cm-calender .picker-switch {
    padding: 10px;
    font-size: 14px;
}
.cm-calender th.dow {
    font-size: 14px;
}
.glyphicon.glyphicon-chevron-left:after,.glyphicon.glyphicon-chevron-right {
    content: unset;
}
.glyphicon-chevron-right:before {
    content: "";
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 6px solid #000;
}
.glyphicon-chevron-left:before {
    content: "";
    border-right: 6px solid #000;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
}
.cm-calender {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 10px;
}
.cm-calender li.picker-switch.accordion-toggle {
    display: none;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
    background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
}
.up-events {
    margin-bottom: 20px;
}
.up-events h4 {
    color: #6541c1;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}
.up-events img {
    height: 125px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
    width: 100%;
    display: block;
}
.up-events p {
    font-size: 13px;
}
.box-shadow {
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}

.service-xs-box{
    padding-left: 0px;
}
#showcase p {
    position: relative;
    padding-left: 40px;
}

.service-xs-box i {
    font-size: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.list-right-pad p{
    padding-right: 40px;
}

.faq-section .btn-link {
    white-space: unset;
    font-size: 18px;
}

.sub-dropdown{
    position: relative;
}
.sub-dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 100px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.15);
    display: none;
    padding:5px 0px;
}
.sub-dropdown:hover .sub-dropdown-menu{
    display: block;
}
.dropdown-sub-item {
    display: inline-block;
    width: 100%;
    padding: 5px 20px;
    color: #000;
}
.dropdown-sub-item:hover{
    background: #f8f9fa;
    color: #000;
}
.dropdown-item,.dropdown-sub-item {
    border-bottom: 1px solid #ddd;
}
.dropdown-item:last-child,.dropdown-sub-item:last-child{
    border-bottom: none;
}

.wellcome-heading .navbar-brand{
    font-size: 40px;
    color: #fff;
}
.ban-logo {
    width: 70%;
}
.wellcome-heading {
    margin-top: 115px;
}
.header_area, .header_area.sticky{
    background: #86002d !important;
}
.menu_area #nav .nav-link{
    padding: 25px 15px;
}
.wellcome_area{
    border-bottom: 20px solid #86002d;
    height: 100vh;
}
.welcome_slides {
    left: 50%;
    transform: translateX(-50%);
}
.single-shot, .welcome_slides{
    width: 200px;
}
#features, .subscribe-section, #video_area, #download, #statistics,.faq-section,#contact{
    border-bottom: 20px solid #86002d;
}
.p-list p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.video-sidebar li {
    margin-bottom: 8px;
    width: 100%;
}
.video-sidebar a {
    display: inline-block;
    width: 100%;
    background: #86002d;
    color: #ffffff;
    padding: 18px 23px;
    font-size: 14px;
    /*border-radius: 10px;*/
    transition-duration: 0.3s;
    position: relative;
}
.video-sidebar a:hover{
    opacity: 0.8;
}
.gallery.video-gallery.vid-gallery-w-sidebar a{
    width: 33.33%;
}
.video-sidebar a.active:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 97%;
    height: 81%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255/0.3);
}

/*product page*/
.product-page{
    padding-top: 50px;
    padding-bottom: 80px;
}
.product-price {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.dropdown-menu.normal-dropdown {
    transform: unset !important;
    top: 100% !important;
    left: 0 !important;
}
.product-grid {
    box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
    padding: 20px 15px;
    text-align: center;
}
.product-image {
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.product-image img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    display: block;
    transition-duration: 0.3s;
}
.product-image:hover img {
    transform: scale(1.2);
}
.product-btn {
    display: inline-block;
}
.product-btn button{
    background: #86002d;
    color: #ffffff;
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.product-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-price {
    font-size: 26px;
    margin-bottom: 10px;
}
.product-description {
    padding-top: 10px;
}
.product-lang-link li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.product-lang-link li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.product-description h6 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #86002d;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

footer {
    position: relative !important;
}
@media (min-width: 320px) and (max-width: 480px) {
    .event-dt {
        bottom: 25px;
        top: unset;
    }
    .event-img {
        margin-bottom: 15px;
    }
    .gallery.video-gallery a {
        width: 100%;
        margin-bottom: 20px;
    }
    .wellcome-heading>h2{
        font-size: 30px;
    }
    .wellcome_area{
        max-height: 370px !important;
        min-height: 370px !important;
    }
    .service-xs-box i {
        left: 15px !important;
        transform: unset !important;
    }
    #showcase p {
        margin-bottom: 10px;
        text-align: left;
        padding-top: 0px;
        padding-left: 50px;
        padding-right: 0px;
    }
    .service-xs-box i {
        left: 15px;
    }
    #showcase p:first-child {
        margin-top: 20px;
    }
    #showcase p:last-child{
        margin-bottom: 20px;
    }
    .btn-row {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .ban-logo {
        width: 68%;
    }
    .wellcome-heading {
        margin-top: 60px;
    }
    .menu_area #nav .nav-link {
        padding: 10px !important;
    }
    .header_area {
        padding: 5px 0px;
    }
    .gallery.video-gallery.vid-gallery-w-sidebar a{
        width: 100%;
    }
    .gallery a{
        width: 100%;
        height: 180px;
    }
    .product-grid {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .gallery.video-gallery a {
        width: 50%;
        margin-bottom: 20px;
    }
    .gallery.video-gallery.vid-gallery-w-sidebar a{
        width: 50%;
    }
    .gallery a{
        padding: 0 10px;
    }
    .product-grid {
        margin-bottom: 25px;
    }
}